drm/vc4: Bind and initialize the V3D engine.
authorEric Anholt <eric@anholt.net>
Mon, 2 Mar 2015 21:01:12 +0000 (13:01 -0800)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 17 Mar 2016 01:25:23 +0000 (01:25 +0000)
commit377abda947b31f62fe6190e47ef2cbe7b6098e7d
tree23400816cdfb8f1f7bb5d8fce49674dbbd9ad05e
parent34b1ca792f39ff2c6164957d71db130912f0a351
drm/vc4: Bind and initialize the V3D engine.

This is the component of the GPU that does 3D rendering.

Signed-off-by: Eric Anholt <eric@anholt.net>
Gbp-Pq: Topic features/arm/rpi
Gbp-Pq: Name drm-vc4-bind-and-initialize-the-v3d-engine.patch
drivers/gpu/drm/vc4/Makefile
drivers/gpu/drm/vc4/vc4_debugfs.c
drivers/gpu/drm/vc4/vc4_drv.c
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_v3d.c [new file with mode: 0644]